The Data set used was in relation to the number of solar plants within certain states in America. (This data could be outdated but was correct as of October 2018)
27 December 2020
Solar <- read.csv("solar.csv") install.packages("plotly") install.packages("ggplot2") install.packages("gapminder") library(ggplot2) suppressPackageStartupMessages({library(gapminder)})
suppressPackageStartupMessages({library(plotly)})
knitr::opts_chunk$set(echo = FALSE)
The Data set used was in relation to the number of solar plants within certain states in America. (This data could be outdated but was correct as of October 2018)